ComponentOne ASP.NET MVC Controls
AllowDelete Property

C1.Web.Mvc Namespace > FlexGridBase<T> Class : AllowDelete Property
Gets or sets a value that indicates whether the grid should delete selected rows when the user presses the Delete key.
Syntax
'Declaration
 
Public Overridable Property AllowDelete As Boolean
public virtual bool AllowDelete {get; set;}
Remarks
Selected rows will not be deleted if the IsReadOnly property is set to true.
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members